@-webkit-keyframes keyframes-rotate{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes keyframes-rotate{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.dzsparallaxer.text-black {
    color: #222;
}

.dzsparallaxer.text-white {
    color: #fff;
}

.dzsparallaxer:not(.mode-oneelement) {
    height: 300px;
    overflow: hidden;
    background-color: #1c1a17;
    position: relative;
    transition-property: height;
    transition-duration: .3s;
    transition-timing-function: ease-in;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dzsparallaxer:not(.mode-oneelement) * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target {
    position: relative;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target>.vplayer {
    height: 100%!important;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target>iframe[src*=vimeo] {
    pointer-events: none;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target.position-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--blackoverlay {
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.dzsparallaxer:not(.mode-oneelement) .big-text {
    position: absolute;
    text-align: center;
    width: 80%;
    left: 10%;
    font-size: 40px;
    font-weight: 300;
    top: 70px;
    color: #eee;
    line-height: 1.5;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    opacity: .7;
}

.dzsparallaxer:not(.mode-oneelement) .big-text .smaller {
    font-size: 60%;
}

.dzsparallaxer:not(.mode-oneelement)>.container,
.dzsparallaxer:not(.mode-oneelement)>.row,
.dzsparallaxer:not(.mode-oneelement)>p,
.dzsparallaxer:not(.mode-oneelement)>div {
    position: relative;
}

.dzsparallaxer:not(.mode-oneelement) .center-it {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.dzsparallaxer:not(.mode-oneelement) .center-it-bottom {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translate(-50%,0%);
}

.dzsparallaxer:not(.mode-oneelement) .center-it-top {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 10px;
    transform: translate(-50%,0%);
}

.dzsparallaxer:not(.mode-oneelement) .center-it-vertically {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 10px;
}

.dzsparallaxer:not(.mode-oneelement) *[class^=dzsprxseparator--] {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
}

.dzsparallaxer:not(.mode-oneelement) *[class^=dzsprxseparator--] .display-block {
    display: block;
}

.dzsparallaxer:not(.mode-oneelement) *[class^=dzsprxseparator--].top {
    bottom: auto;
    top: 0;
}

.dzsparallaxer:not(.mode-oneelement) *[class^=dzsprxseparator--].flippedY {
    transform: scaleY(-1);
}

.dzsparallaxer:not(.mode-oneelement) *[class^=dzsprxseparator--].flippedX {
    transform: scaleX(-1);
}

.dzsparallaxer:not(.mode-oneelement) *[class^=dzsprxseparator--].flippedXY {
    transform: scale(-1,-1);
}

.dzsparallaxer--aftermouse {
    position: relative;
}

.dzsparallaxer.wait-readyall .dzsparallaxer--target {
    opacity: 0;
    transition-property: height,opacity;
    transition-duration: .5s;
    transition-timing-function: ease-in;
}

.big-prx-title {
    color: #fffcfc;
    font-weight: 700;
    font-family: pt sans,serif;
}

.big-prx-title+h2 {
    font-size: 40px;
    font-weight: 700;
}

.dzsparallaxer.mode-oneelement {
    position: relative;
}

.dzsparallaxer.mode-oneelement.mouse-body-use-3d {
    perspective: 600px;
    transform-origin: top left;
    transform-style: preserve-3d;
}

.dzsparallaxer-padding-con {
    position: relative;
}

.dzsparallaxer-padding-con>.dzsparallaxer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dzsparallaxer.wait-readyall.dzsprx-readyall .dzsparallaxer--target {
    opacity: 1;
    visibility: visible;
}

.dzsparallaxer .vp-inner .the-video {
    object-fit: cover;
}

.dzsparallaxer.use-loading .dzsparallaxer--target {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity,visibility;
    transition-duration: .7s;
    transition-timing-function: ease-in;
}

.dzsparallaxer.use-loading .preloader-semicircles {
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in;
}

.dzsparallaxer.use-loading .horizontal-fog {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity,visibility;
    transition-duration: .7s;
    transition-timing-function: ease-in;
}

.dzsparallaxer.use-loading.loaded .horizontal-fog {
    opacity: 1;
    visibility: visible;
}

.dzsparallaxer.simple-parallax.use-loading .dzsparallaxer--target {
    opacity: 0;
    visibility: hidden;
}

.dzsparallaxer.height-is-based-on-content {
    height: auto;
    padding: 0;
}

.dzsparallaxer.height-is-based-on-content .dzs-container {
    padding: 45px 0;
}

.dzsparallaxer.height-is-based-on-content .dzsparallaxer--target {
    position: absolute;
    width: 100%;
}

.dzsparallaxer.height-is-based-on-content>div {
    position: relative;
}

.dzsparallaxer>.parallaxer-content {
    pointer-events: none;
}

.dzsparallaxer>.parallaxer-content>* {
    pointer-events: auto;
}

.dzsparallaxer:not(.height-is-based-on-content)>.parallaxer-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dzsparallaxer:not(.height-is-based-on-content)>.parallaxer-content>.vc_row {
    color: #fffcfc;
    padding: 15px;
}

.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
    opacity: 1;
    visibility: visible;
}

.dzsparallaxer.use-loading.loaded .preloader-semicircles {
    transform: translate3d(0,-50px,0);
    opacity: 0;
    visibility: hidden;
}

.dzsparallaxer.allbody {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.divimage {
    background-size: cover;
    background-position: center center;
}

.divimage.repeat-pattern {
    background-size: auto;
    background-position: top left;
}

.dzsparallaxer.is-ie-11 .simple-parallax-inner {
    clip: auto;
}

.dzsparallaxer.is-ie-11 .simple-parallax-inner .divimage.dzsparallaxer--target {
    background-attachment: fixed;
    position: relative;
}

.dzsparallaxer.simple-parallax {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dzsparallaxer.simple-parallax .simple-parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0,auto,auto,0);
}

.dzsparallaxer.simple-parallax .dzsparallaxer--target {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: auto;
}

.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image>.divimage {
    position: absolute;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: auto;
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner>.divimage {
    position: absolute;
    background-attachment: fixed;
}

.dzsparallaxer.simple-parallax.simple-parallax--is-only-image.under-500 .simple-parallax-inner>.divimage {
    background-attachment: local;
}

.dzsparallaxer.simple-parallax.is-mobile .simple-parallax-inner.is-image {
    clip: rect(0,auto,auto,0);
}

.dzsparallaxer.simple-parallax.is-mobile .simple-parallax-inner.is-image>.divimage {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
}

.blur-it {
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

.dzsparallaxer div.semi-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000',endColorstr='#99000000',GradientType=0 );
}

.dzsparallaxer div.grey-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,.4);
}

.dzsparallaxer div.paper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/grey_wash_wall.jpg);
    opacity: .4;
}

.radial-bg {
    position: absolute;
}

.color-white {
    color: #fff;
}

.row-inline {
    font-size: 0;
}

.row-inline>.col-md-6,
.row-inline>.col-md-8,
.row-inline>.col-md-4,
.row-inline>.col-md-2 {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dzs-row-inline {
    font-size: 0;
}

.dzs-row-inline>.dzs-col-md-6 {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width:992px){
    .row-inline .col-md-6 {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 30px 15px;
    }
}

.separator-black-grey polygon,
.separator-black-grey polyline,
.separator-black-grey path {
    fill: #222;
}

.separator-white-grey polygon,
.separator-white-grey polyline,
.separator-white-grey path {
    fill: #ddd;
}

.dzs-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    margin: 0 auto;
}

.dzs-row {
    margin-right: -15px;
    margin-left: -15px;
}

.dzs-row+.dzs-row {
    margin-top: 15px;
}

.dzs-row:after {
    content: "";
    display: block;
    clear: both;
}

.dzs-col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.dzs-col-md-6 {
    width: 50%;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@-webkit-keyframes preloader-semicircles-tween{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes preloader-semicircles-tween{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.preloader-semicircles {
    width: 15px;
    height: 15px;
    background: rgba(230,50,50,.9);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .7;
    visibility: visible;
    pointer-events: none;
    transform: translate3d(-50%,-50%,0);
    animation: preloader-semicircles-tween 1.4s infinite linear;
    -webkit-animation: preloader-semicircles-tween 1.4s infinite linear;
}

.mwrap-wrapper {
    overflow-x: hidden;
}

body .dzsparallaxer .preloader-semicircles {
    position: absolute;
}

.preloader-semicircles:after {
    position: absolute;
    width: 25px;
    height: 25px;
    border-top: 5px solid #c83232;
    border-bottom: 5px solid #c83232;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 25px;
    content: '';
    top: -10px;
    left: -10px;
    box-sizing: content-box;
}

.center-it {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.dzs-colcontainer {
    margin-left: -15px;
    margin-right: -15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dzs-colcontainer-w {
    width: 1230px;
    padding: 0 30px;
    max-width: 100%;
    min-height: 1px;
}

.dzs-colcontainer.row-inline {
    font-size: 0;
}

.dzs-colcontainer.row-inline *[class*=dzs-col-] {
    float: none;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.dzs-colcontainer:after {
    display: block;
    content: "";
    clear: both;
}

*[class*=dzs-col-] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.dzs-col-3 {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.dzs-col-4 {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
}

.dzs-col-8 {
    width: 66.6%;
    padding-left: 15px;
    padding-right: 15px;
}

.dzs-col-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.dzs-col-12 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.dzsparallaxer--team-members-con {
    width: 70%;
    max-width: 1100px;
    margin: 0 auto;
}

.dzsparallaxer.under-760 .dzsparallaxer--team-members-con {
    width: 100%;
}

.dzsparallaxer--team-member-con {
    text-align: center;
}

.dzsparallaxer--team-member-con img {
    max-width: 100%;
}

.dzsparallaxer--team-member-con .team-member--title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1;
    font-size: 15px;
}

.dzsparallaxer--team-member-con .team-member--subtitle {
    opacity: .5;
    margin-top: 10px;
    line-height: 1.5;
    background-color: #fff;
    color: #111;
    padding: 5px;
}

.center-it {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.black-leg-bar {
    height: 2px;
    left: -20px;
    background-color: #222;
    width: 40px;
}

.white-leg-bar {
    height: 2px;
    left: -20px;
    background-color: #fff;
    width: 40px;
}

.light-grey-box,
.lighter-grey-box,
.dark-grey-box,
.darker-grey-box,
.white-white-box,
.blue-box {
    background-color: #ccc;
    color: #222;
    padding: 20px;
    font-size: 17px;
    line-height: 1.8;
}

.dark-grey-box {
    background-color: #444;
    color: #fff;
}

.blue-box {
    background-color: #426570;
    color: #fff;
}

.darker-grey-box {
    background-color: #333;
    color: #fff;
}

.lighter-grey-box {
    background-color: #ddd;
}

.offset-left-10px {
    margin-left: -10px;
}

.offset-right-10px {
    margin-right: -10px;
}

.white-white-box {
    background-color: #fff;
    color: #444;
}

.white-white-box>* {
    color: #444;
}

.dzsparallaxer.blockquote-box {
    padding: 25px 30px 20px;
    font-size: 23px;
    font-weight: 300;
    font-style: italic;
}

.dzsparallaxer.blockquote-box p:last-child {
    margin-bottom: 0;
}

.dzsparallaxer.blockquote-box:before,
.dzsparallaxer.blockquote-box:after {
    content: "";
    background: url(data:image/svg+xml;utf8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIycHgiIGhlaWdodD0iMjJweCIgdmlld0JveD0iMCAwIDMwIDMwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMCAzMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxnPiA8cGF0aCBkPSJNMTMuNjQ1LDguMzVjLTIuMjU2LDIuMDE2LTMuMzg0LDQuMDY4LTMuMzg0LDYuMTU2YzAsMi4wODgsMC44NjQsMy43MzMsMi41OTIsNC45MzJjLTAuMDQ4LDEuMTUyLTAuNDQ0LDIuMTI0LTEuMTg4LDIuOTE2IGMtMC43NDUsMC43OTItMS42NDUsMS4xODgtMi43LDEuMTg4Yy0yLjY0LDAtMy45Ni0xLjQzOS0zLjk2LTQuMzE5YzAtMS45NjgsMC43MzEtNC4xMTUsMi4xOTYtNi40NDQgYzEuNDY0LTIuMzI4LDMuMzQ4LTQuMTQsNS42NTEtNS40MzZMMTMuNjQ1LDguMzV6IE0yNC4wODUsOC4zNWMtMi4yNTcsMi4wMTYtMy4zODQsNC4wNjgtMy4zODQsNi4xNTYgYzAsMi4wODgsMC44NjQsMy43MzMsMi41OTIsNC45MzJjLTAuMDQ5LDEuMTUyLTAuNDQ0LDIuMTI0LTEuMTg4LDIuOTE2Yy0wLjc0NSwwLjc5Mi0xLjY0NiwxLjE4OC0yLjcsMS4xODggYy0yLjY0MSwwLTMuOTYtMS40MzktMy45Ni00LjMxOWMwLTEuOTY4LDAuNzMtNC4xMTUsMi4xOTUtNi40NDRjMS40NjQtMi4zMjgsMy4zNDktNC4xNCw1LjY1Mi01LjQzNkwyNC4wODUsOC4zNXoiLz4gPC9nPiA8L3N2Zz4=);
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
    opacity: .5;
}

.dzsparallaxer.mode-horizontal .dzsparallaxer--target {
    position: absolute;
}

.dzsparallaxer.mode-horizontal .cloner {
    width: 100%;
}

.dzsparallaxer.mode-horizontal .dzsparallaxer--target-con {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    min-width: 100%;
}

.dzsparallaxer.mode-horizontal.loaded .dzsparallaxer--target {
    animation: slideshow 25s linear infinite;
}

.horizontal-fog {
    position: absolute!important;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: url(img/fog_clouds_png_by_paradise234-d5czivb.png);
    animation: slideshow 25s linear infinite;
    background-size: cover;
}

.horizontal-fog.clone {
    left: -100%;
}

@keyframes slideshow{
    0% {
        transform: translate3d(0,0,0);
    }

    100% {
        transform: translate3d(100%,0,0);
    }
}

.dzsparallaxer.animation-engine-css .dzsparallaxer--target {
    transition-property: opacity,visibility,transform;
    transition-duration: .1s;
    transition-timing-function: ease-in;
}

.perspective800 {
    perspective: 100px;
}

.dzsparallaxer.blockquote-box:after {
    content: "";
    top: auto;
    left: auto;
    right: 5px;
    bottom: 5px;
    transform: scaleX(-1);
}

.dzsparallaxer.dzsparallaxer-row-start>*:not(.dzsparallaxer--target) {
    color: #fffcfc;
    padding: 15px;
}

.text-align-left:not(.a) {
    text-align: left;
}

.text-align-center:not(.a) {
    text-align: center;
}

.text-style-whitebg {
    background-color: rgba(255,255,255,.5);
    color: #444;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 15px;
}

.parallax-layer {
    position: absolute!important;
    max-width: 40%;
}

.parallax-layer.position-top-left {
    top: 0;
    left: 0;
}

.parallax-layer.position-top-center {
    top: 0;
    left: 50%;
    transform: translate3d(-50%,0,0);
}

.parallax-layer.position-top-right {
    top: 0;
    left: auto;
    right: 0;
}

.parallax-layer.position-center-left {
    top: 50%;
    left: 0;
    transform: translate3d(0%,-50%,0);
}

.parallax-layer.position-center-center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

.parallax-layer.position-center-right {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate3d(0%,-50%,0);
}

.parallax-layer.position-bottom-left {
    top: auto;
    bottom: 0;
    left: 0;
}

.parallax-layer.position-bottom-center {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%,0%,0);
}

.parallax-layer.position-bottom-right {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.parallax-layer .parallax-layer--inner {
    position: relative;
}

.parallax-layer .parallax-layer--media {
    max-width: 100%;
}

.position-relative {
    position: relative;
}

.mode-oneelement .vc_single_image-img {
    box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
}

@media all and (min-width:900px){
    .position-absolute-desktop {
        position: absolute;
    }

    .left60perc-desktop {
        left: 60%;
    }

    .left40perc-desktop {
        left: 40%;
    }

    .top40perc-desktop {
        top: 40%;
    }

    .top10perc-desktop {
        top: 10%;
    }
}

.dzsparallaxer.parallaxer-loading-transition--wipe {
    overflow: hidden;
    max-width: .1%;
    transform: translate3d(-40px,0,0);
    transition-property: max-width,height,transform;
    transition-duration: .75s;
    transition-timing-function: ease-out;
}

.dzsparallaxer.parallaxer-loading-transition--wipe.loaded-transition-it {
    max-width: 100%;
    transform: translate3d(0px,0,0);
}

.container-absolute:not(.a):not(.b) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.dzsparallaxer.parallaxer-loading-transition--scaleup {
    opacity: 0;
    transform: scale(.8);
    transition-property: max-width,height,transform,opacity;
    transition-duration: .75s;
    transition-timing-function: ease-out;
}

.dzsparallaxer.parallaxer-loading-transition--scaleup.loaded-transition-it {
    opacity: 1;
    transform: scale(1);
}

.dzsparallaxer:not(.height-is-based-on-content)>.fullwidth.fullheight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}